Uses of Class
tools.jackson.databind.introspect.PotentialCreator
Packages that use PotentialCreator
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
Utility classes for Mapper package.
-
Uses of PotentialCreator in tools.jackson.databind
Methods in tools.jackson.databind that return PotentialCreatorModifier and TypeMethodDescriptionAnnotationIntrospector.findPreferredCreator(MapperConfig<?> config, AnnotatedClass valueClass, List<PotentialCreator> declaredConstructors, List<PotentialCreator> declaredFactories) Method called to check if introspector can find a Creator it considers its "Preferred Creator": Creator to use as the primary one, when no Creator has explicit annotation (AnnotationIntrospector.findCreatorAnnotation(tools.jackson.databind.cfg.MapperConfig<?>, tools.jackson.databind.introspect.Annotated)returnsnull).Method parameters in tools.jackson.databind with type arguments of type PotentialCreatorModifier and TypeMethodDescriptionAnnotationIntrospector.findPreferredCreator(MapperConfig<?> config, AnnotatedClass valueClass, List<PotentialCreator> declaredConstructors, List<PotentialCreator> declaredFactories) Method called to check if introspector can find a Creator it considers its "Preferred Creator": Creator to use as the primary one, when no Creator has explicit annotation (AnnotationIntrospector.findCreatorAnnotation(tools.jackson.databind.cfg.MapperConfig<?>, tools.jackson.databind.introspect.Annotated)returnsnull). -
Uses of PotentialCreator in tools.jackson.databind.introspect
Fields in tools.jackson.databind.introspect declared as PotentialCreatorModifier and TypeFieldDescriptionPotentialCreators.propertiesBasedProperty-based Creator found, if anyMethods in tools.jackson.databind.introspect that return PotentialCreatorModifier and TypeMethodDescriptionAnnotationIntrospectorPair.findPreferredCreator(MapperConfig<?> config, AnnotatedClass valueClass, List<PotentialCreator> declaredConstructors, List<PotentialCreator> declaredFactories) PotentialCreator.introspectParamNames(MapperConfig<?> config) PotentialCreator.introspectParamNames(MapperConfig<?> config, PropertyName[] implicits) Variant used when implicit names are known; such as case for JDK Record types.PotentialCreator.overrideMode(JsonCreator.Mode mode) Method that can be called to change thecreatorModethis Creator has: typically used to "mark" Creator asJsonCreator.Mode.DELEGATINGorJsonCreator.Mode.PROPERTIESwhen further information is gathered).Methods in tools.jackson.databind.introspect that return types with arguments of type PotentialCreatorModifier and TypeMethodDescriptionPotentialCreators.getExplicitDelegating()PotentialCreators.getImplicitDelegatingConstructors()PotentialCreators.getImplicitDelegatingFactories()Methods in tools.jackson.databind.introspect with parameters of type PotentialCreatorModifier and TypeMethodDescriptionvoidPotentialCreators.addExplicitDelegating(PotentialCreator ctor) voidPotentialCreators.setPropertiesBased(MapperConfig<?> config, PotentialCreator ctor, String mode) Method parameters in tools.jackson.databind.introspect with type arguments of type PotentialCreatorModifier and TypeMethodDescriptionAnnotationIntrospectorPair.findPreferredCreator(MapperConfig<?> config, AnnotatedClass valueClass, List<PotentialCreator> declaredConstructors, List<PotentialCreator> declaredFactories) voidPotentialCreators.setImplicitDelegating(List<PotentialCreator> implicitConstructors, List<PotentialCreator> implicitFactories) -
Uses of PotentialCreator in tools.jackson.databind.util
Methods in tools.jackson.databind.util that return PotentialCreatorModifier and TypeMethodDescriptionstatic PotentialCreatorRecordUtil.findCanonicalRecordConstructor(MapperConfig<?> config, AnnotatedClass recordClass, List<PotentialCreator> constructors) Method parameters in tools.jackson.databind.util with type arguments of type PotentialCreatorModifier and TypeMethodDescriptionstatic PotentialCreatorRecordUtil.findCanonicalRecordConstructor(MapperConfig<?> config, AnnotatedClass recordClass, List<PotentialCreator> constructors)