Uses of Interface
org.hibernate.boot.jaxb.internal.MappingBinder.Options
Packages that use MappingBinder.Options
-
Uses of MappingBinder.Options in org.hibernate.boot.jaxb.internal
Fields in org.hibernate.boot.jaxb.internal declared as MappingBinder.OptionsModifier and TypeFieldDescriptionstatic final MappingBinder.Options
MappingBinder.NON_VALIDATING
static final MappingBinder.Options
MappingBinder.VALIDATING
Constructors in org.hibernate.boot.jaxb.internal with parameters of type MappingBinder.OptionsModifierConstructorDescriptionMappingBinder
(ResourceStreamLocator resourceStreamLocator, MappingBinder.Options options) Constructor used everywhere elseConstructor parameters in org.hibernate.boot.jaxb.internal with type arguments of type MappingBinder.OptionsModifierConstructorDescriptionMappingBinder
(ResourceStreamLocator resourceStreamLocator, Supplier<MappingBinder.Options> optionsAccess, Supplier<UnsupportedFeatureHandling> unsupportedHandlingAccess) Full constructor