Uses of Interface
tools.jackson.databind.introspect.POJOPropertyBuilder.WithMember
Packages that use POJOPropertyBuilder.WithMember
Package
Description
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
-
Uses of POJOPropertyBuilder.WithMember in tools.jackson.databind.introspect
Methods in tools.jackson.databind.introspect with parameters of type POJOPropertyBuilder.WithMemberModifier and TypeMethodDescriptionprotected <T> TPOJOPropertyBuilder.fromMemberAnnotations(POJOPropertyBuilder.WithMember<T> func) Helper method used for finding annotation values, from accessors relevant to current usage (deserialization, serialization)protected <T> TPOJOPropertyBuilder.fromMemberAnnotationsExcept(POJOPropertyBuilder.WithMember<T> func, T defaultValue)