Uses of Interface
com.networknt.schema.i18n.MessageSource
-
Packages that use MessageSource Package Description com.networknt.schema com.networknt.schema.i18n -
-
Uses of MessageSource in com.networknt.schema
Fields in com.networknt.schema declared as MessageSource Modifier and Type Field Description protected MessageSourceSchemaRegistryConfig.BuilderSupport. messageSourceMethods in com.networknt.schema that return MessageSource Modifier and Type Method Description MessageSourceSchemaRegistryConfig. getMessageSource()Get the message source to use for generating localised messages.Methods in com.networknt.schema with parameters of type MessageSource Modifier and Type Method Description static MessageSourceError.BuilderMessageSourceError. builder(MessageSource messageSource, Map<String,String> errorMessage)TSchemaRegistryConfig.BuilderSupport. messageSource(MessageSource messageSource)Sets the message source to use for generating localised messages.Constructors in com.networknt.schema with parameters of type MessageSource Constructor Description Builder(MessageSource messageSource, Map<String,String> errorMessage)BuilderSupport(MessageSource messageSource, Map<String,String> errorMessage)SchemaRegistryConfig(boolean cacheRefs, String errorMessageKeyword, ExecutionContextCustomizer executionContextCustomizer, boolean failFast, Boolean formatAssertionsEnabled, Locale locale, boolean losslessNarrowing, MessageSource messageSource, PathType pathType, boolean preloadSchema, RegularExpressionFactory regularExpressionFactory, SchemaIdValidator schemaIdValidator, Map<String,Boolean> strictness, boolean typeLoose) -
Uses of MessageSource in com.networknt.schema.i18n
Classes in com.networknt.schema.i18n that implement MessageSource Modifier and Type Class Description classResourceBundleMessageSourceMessageSourcethat retrieves messages from aResourceBundle.Methods in com.networknt.schema.i18n that return MessageSource Modifier and Type Method Description static MessageSourceDefaultMessageSource. getInstance()Gets the defaultMessageSourceusing the jsv-messages bundle.
-