Uses of Class
org.eclipse.yasson.internal.components.AdapterBinding
-
Packages that use AdapterBinding Package Description org.eclipse.yasson.internal org.eclipse.yasson.internal.components org.eclipse.yasson.internal.model.customization org.eclipse.yasson.internal.serializer -
-
Uses of AdapterBinding in org.eclipse.yasson.internal
Methods in org.eclipse.yasson.internal that return AdapterBinding Modifier and Type Method Description AdapterBinding
AnnotationIntrospector. getAdapterBinding(JsonbAnnotatedElement<Class<?>> clsElement)
Checks forJsonbAdapter
on a type.AdapterBinding
AnnotationIntrospector. getAdapterBinding(Property property)
Checks forJsonbAdapter
on a property.Methods in org.eclipse.yasson.internal that return types with arguments of type AdapterBinding Modifier and Type Method Description Optional<AdapterBinding>
ComponentMatcher. getDeserializeAdapterBinding(Type propertyRuntimeType, ComponentBoundCustomization customization)
Get components from property model (if declared by annotation and runtime type matches), or return components searched by runtime type.Optional<AdapterBinding>
ComponentMatcher. getSerializeAdapterBinding(Type propertyRuntimeType, ComponentBoundCustomization customization)
Get components from property model (if declared by annotation and runtime type matches), or return components searched by runtime type. -
Uses of AdapterBinding in org.eclipse.yasson.internal.components
Methods in org.eclipse.yasson.internal.components that return AdapterBinding Modifier and Type Method Description AdapterBinding
ComponentBindings. getAdapterInfo()
Adapter info if any.Constructors in org.eclipse.yasson.internal.components with parameters of type AdapterBinding Constructor Description ComponentBindings(Type bindingType, SerializerBinding serializer, DeserializerBinding deserializer, AdapterBinding adapter)
Creates an instance and populates it with bindings for a given type. -
Uses of AdapterBinding in org.eclipse.yasson.internal.model.customization
Methods in org.eclipse.yasson.internal.model.customization that return AdapterBinding Modifier and Type Method Description AdapterBinding
CustomizationBuilder. getAdapterInfo()
Gets an components.AdapterBinding
PropertyCustomizationBuilder. getAdapterInfo()
AdapterBinding
PropertyCustomizationBuilder. getDeserializeAdapter()
AdapterBinding
ComponentBoundCustomization. getDeserializeAdapterBinding()
AdapterBinding
PropertyCustomization. getDeserializeAdapterBinding()
AdapterBinding
PropertyCustomizationBuilder. getSerializeAdapter()
AdapterBinding
ComponentBoundCustomization. getSerializeAdapterBinding()
AdapterBinding
PropertyCustomization. getSerializeAdapterBinding()
Methods in org.eclipse.yasson.internal.model.customization with parameters of type AdapterBinding Modifier and Type Method Description void
CustomizationBuilder. setAdapterInfo(AdapterBinding adapterInfo)
Sets an components.void
PropertyCustomizationBuilder. setAdapterInfo(AdapterBinding adapterInfo)
void
PropertyCustomizationBuilder. setDeserializeAdapter(AdapterBinding adapter)
void
PropertyCustomizationBuilder. setSerializeAdapter(AdapterBinding adapter)
-
Uses of AdapterBinding in org.eclipse.yasson.internal.serializer
Constructors in org.eclipse.yasson.internal.serializer with parameters of type AdapterBinding Constructor Description AdaptedObjectDeserializer(AdapterBinding adapterInfo, AbstractContainerDeserializer<?> wrapperItem)
Creates decoration instance wrapping real adapted object item.AdaptedObjectSerializer(ClassModel classModel, AdapterBinding adapter)
Creates AdapterObjectSerializer.
-