Uses of Class
org.apache.johnzon.jsonb.api.experimental.PolymorphicConfig
Packages that use PolymorphicConfig
-
Uses of PolymorphicConfig in org.apache.johnzon.jaxrs.jsonb.jaxrs
Methods in org.apache.johnzon.jaxrs.jsonb.jaxrs that return PolymorphicConfigModifier and TypeMethodDescriptionprivate PolymorphicConfigJsonbJaxrsProvider.getOrCreatePolymorphicConfig() -
Uses of PolymorphicConfig in org.apache.johnzon.jsonb.api.experimental
Methods in org.apache.johnzon.jsonb.api.experimental that return PolymorphicConfigModifier and TypeMethodDescriptionPolymorphicConfig.withDeserializationPredicate(Predicate<Class<?>> deserializationPredicate) PolymorphicConfig.withDiscriminator(String value) PolymorphicConfig.withDiscriminatorMapper(Function<Class<?>, String> discriminatorMapper) PolymorphicConfig.withSerializationPredicate(Predicate<Class<?>> serializationPredicate) PolymorphicConfig.withTypeLoader(Function<String, Class<?>> typeLoader)