Uses of Class
org.dd4t.databind.builder.json.JsonDataBinder
-
Packages that use JsonDataBinder Package Description org.dd4t.databind.builder.json org.dd4t.databind.serializers.json -
-
Uses of JsonDataBinder in org.dd4t.databind.builder.json
Fields in org.dd4t.databind.builder.json declared as JsonDataBinder Modifier and Type Field Description protected JsonDataBinderJsonModelConverter. databinderMethods in org.dd4t.databind.builder.json that return JsonDataBinder Modifier and Type Method Description JsonDataBinderJsonModelConverter. getDatabinder()Methods in org.dd4t.databind.builder.json with parameters of type JsonDataBinder Modifier and Type Method Description voidJsonModelConverter. setDatabinder(JsonDataBinder databinder) -
Uses of JsonDataBinder in org.dd4t.databind.serializers.json
Fields in org.dd4t.databind.serializers.json declared as JsonDataBinder Modifier and Type Field Description protected JsonDataBinderComponentPresentationDeserializer. dataBinderConstructors in org.dd4t.databind.serializers.json with parameters of type JsonDataBinder Constructor Description ComponentPresentationDeserializer(Class<? extends org.dd4t.contentmodel.ComponentPresentation> componentPresentation, Class<? extends org.dd4t.contentmodel.ComponentTemplate> componentTemplateClass, Class<? extends org.dd4t.contentmodel.Component> concreteComponentClass, JsonDataBinder databinder)
-