Uses of Class
org.eclipse.yasson.internal.components.AdapterBinding
Packages that use AdapterBinding
Package
Description
-
Uses of AdapterBinding in org.eclipse.yasson.internal
Methods in org.eclipse.yasson.internal that return AdapterBindingModifier and TypeMethodDescriptionAnnotationIntrospector.getAdapterBinding(Parameter parameter) Checks forJsonbAdapteron aParameter.AnnotationIntrospector.getAdapterBinding(JsonbAnnotatedElement<Class<?>> clsElement) Checks forJsonbAdapteron a type.AnnotationIntrospector.getAdapterBinding(Property property) Checks forJsonbAdapteron a property.Methods in org.eclipse.yasson.internal that return types with arguments of type AdapterBindingModifier and TypeMethodDescriptionComponentMatcher.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.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 AdapterBindingConstructors in org.eclipse.yasson.internal.components with parameters of type AdapterBindingModifierConstructorDescriptionComponentBindings(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 AdapterBindingModifier and TypeMethodDescriptionComponentBoundCustomization.getDeserializeAdapterBinding()PropertyCustomization.getDeserializeAdapterBinding()ComponentBoundCustomization.getSerializeAdapterBinding()PropertyCustomization.getSerializeAdapterBinding()Methods in org.eclipse.yasson.internal.model.customization with parameters of type AdapterBindingModifier and TypeMethodDescriptionPropertyCustomization.Builder.deserializeAdapter(AdapterBinding deserializeAdapter) PropertyCustomization.Builder.serializeAdapter(AdapterBinding serializeAdapter)