Uses of Class
com.fasterxml.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.Contains implementation classes of deserialization part of
data binding.
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
Contains helper class(es) needed to support some of JDK14+
features without requiring running or building using JDK 14.
-
Uses of PotentialCreator in com.fasterxml.jackson.databind
Methods in com.fasterxml.jackson.databind that return PotentialCreatorModifier and TypeMethodDescriptionAnnotationIntrospector.findDefaultCreator(MapperConfig<?> config, AnnotatedClass valueClass, List<PotentialCreator> declaredConstructors, List<PotentialCreator> declaredFactories) Method called to check if introspector can find a Creator it considers the "Primary Creator": Creator to use as the primary one, when no Creator has explicit annotation (AnnotationIntrospector.findCreatorAnnotation(com.fasterxml.jackson.databind.cfg.MapperConfig<?>, com.fasterxml.jackson.databind.introspect.Annotated)returnsnull).Method parameters in com.fasterxml.jackson.databind with type arguments of type PotentialCreatorModifier and TypeMethodDescriptionAnnotationIntrospector.findDefaultCreator(MapperConfig<?> config, AnnotatedClass valueClass, List<PotentialCreator> declaredConstructors, List<PotentialCreator> declaredFactories) Method called to check if introspector can find a Creator it considers the "Primary Creator": Creator to use as the primary one, when no Creator has explicit annotation (AnnotationIntrospector.findCreatorAnnotation(com.fasterxml.jackson.databind.cfg.MapperConfig<?>, com.fasterxml.jackson.databind.introspect.Annotated)returnsnull). -
Uses of PotentialCreator in com.fasterxml.jackson.databind.deser
Method parameters in com.fasterxml.jackson.databind.deser with type arguments of type PotentialCreatorModifier and TypeMethodDescriptionprivate booleanBasicDeserializerFactory._addExplicitDelegatingCreators(DeserializationContext ctxt, BeanDescription beanDesc, CreatorCollector creators, List<PotentialCreator> potentials) private voidBasicDeserializerFactory._addImplicitDelegatingConstructors(DeserializationContext ctxt, BeanDescription beanDesc, VisibilityChecker<?> vchecker, CreatorCollector creators, List<PotentialCreator> potentials) private voidBasicDeserializerFactory._addImplicitDelegatingFactories(DeserializationContext ctxt, VisibilityChecker<?> vchecker, CreatorCollector creators, List<PotentialCreator> potentials) -
Uses of PotentialCreator in com.fasterxml.jackson.databind.introspect
Fields in com.fasterxml.jackson.databind.introspect declared as PotentialCreatorModifier and TypeFieldDescriptionPotentialCreators.propertiesBasedProperty-based Creator found, if anyFields in com.fasterxml.jackson.databind.introspect with type parameters of type PotentialCreatorModifier and TypeFieldDescriptionprivate List<PotentialCreator> PotentialCreators.explicitDelegatingprivate List<PotentialCreator> PotentialCreators.implicitDelegatingConstructorsprivate List<PotentialCreator> PotentialCreators.implicitDelegatingFactoriesMethods in com.fasterxml.jackson.databind.introspect that return PotentialCreatorModifier and TypeMethodDescriptionAnnotationIntrospectorPair.findDefaultCreator(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(com.fasterxml.jackson.annotation.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 com.fasterxml.jackson.databind.introspect that return types with arguments of type PotentialCreatorModifier and TypeMethodDescriptionprivate List<PotentialCreator> POJOPropertiesCollector._collectCreators(List<? extends AnnotatedWithParams> ctors) private List<PotentialCreator> POJOPropertiesCollector._findCreatorsWithAnnotatedNames(List<PotentialCreator> ctors) PotentialCreators.getExplicitDelegating()PotentialCreators.getImplicitDelegatingConstructors()PotentialCreators.getImplicitDelegatingFactories()Methods in com.fasterxml.jackson.databind.introspect with parameters of type PotentialCreatorModifier and TypeMethodDescriptionprivate voidPOJOPropertiesCollector._addCreatorParams(Map<String, POJOPropertyBuilder> props, PotentialCreator ctor, List<POJOPropertyBuilder> creatorProps) private voidPOJOPropertiesCollector._addCreatorsWithAnnotatedNames(PotentialCreators collector, List<PotentialCreator> ctors, PotentialCreator primaryCtor) private booleanPOJOPropertiesCollector._isDelegatingConstructor(PotentialCreator ctor) private booleanPOJOPropertiesCollector._isExplicitlyAnnotatedCreatorPropsBased(PotentialCreator ctor, Map<String, POJOPropertyBuilder> props, ConstructorDetector ctorDetector) private voidPOJOPropertiesCollector._removeNonFactoryStaticMethods(List<PotentialCreator> ctors, PotentialCreator primaryCreator) voidPotentialCreators.addExplicitDelegating(PotentialCreator ctor) voidPotentialCreators.setPropertiesBased(MapperConfig<?> config, PotentialCreator ctor, String mode) Method parameters in com.fasterxml.jackson.databind.introspect with type arguments of type PotentialCreatorModifier and TypeMethodDescriptionprivate voidPOJOPropertiesCollector._addCreatorsWithAnnotatedNames(PotentialCreators collector, List<PotentialCreator> ctors, PotentialCreator primaryCtor) private voidPOJOPropertiesCollector._addExplicitlyAnnotatedCreators(PotentialCreators collector, List<PotentialCreator> ctors, Map<String, POJOPropertyBuilder> props, boolean skipPropsBased) private booleanPOJOPropertiesCollector._addImplicitConstructor(PotentialCreators collector, List<PotentialCreator> ctors, Map<String, POJOPropertyBuilder> props) private List<PotentialCreator> POJOPropertiesCollector._findCreatorsWithAnnotatedNames(List<PotentialCreator> ctors) private voidPOJOPropertiesCollector._removeDisabledCreators(List<PotentialCreator> ctors) private voidPOJOPropertiesCollector._removeNonFactoryStaticMethods(List<PotentialCreator> ctors, PotentialCreator primaryCreator) private voidPOJOPropertiesCollector._removeNonVisibleCreators(List<PotentialCreator> ctors) AnnotationIntrospectorPair.findDefaultCreator(MapperConfig<?> config, AnnotatedClass valueClass, List<PotentialCreator> declaredConstructors, List<PotentialCreator> declaredFactories) voidPotentialCreators.setImplicitDelegating(List<PotentialCreator> implicitConstructors, List<PotentialCreator> implicitFactories) -
Uses of PotentialCreator in com.fasterxml.jackson.databind.jdk14
Methods in com.fasterxml.jackson.databind.jdk14 that return PotentialCreatorModifier and TypeMethodDescriptionstatic PotentialCreatorJDK14Util.findCanonicalRecordConstructor(MapperConfig<?> config, AnnotatedClass recordClass, List<PotentialCreator> constructors) Method parameters in com.fasterxml.jackson.databind.jdk14 with type arguments of type PotentialCreatorModifier and TypeMethodDescriptionstatic PotentialCreatorJDK14Util.findCanonicalRecordConstructor(MapperConfig<?> config, AnnotatedClass recordClass, List<PotentialCreator> constructors)