Uses of Class
com.dslplatform.json.JsonAttribute.IncludePolicy
-
Packages that use JsonAttribute.IncludePolicy Package Description com.dslplatform.json com.dslplatform.json.processor -
-
Uses of JsonAttribute.IncludePolicy in com.dslplatform.json
Methods in com.dslplatform.json that return JsonAttribute.IncludePolicy Modifier and Type Method Description JsonAttribute.IncludePolicyincludeToMinimal()Allows for fine tuning minimal serialization object format.static JsonAttribute.IncludePolicyJsonAttribute.IncludePolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JsonAttribute.IncludePolicy[]JsonAttribute.IncludePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JsonAttribute.IncludePolicy in com.dslplatform.json.processor
Fields in com.dslplatform.json.processor declared as JsonAttribute.IncludePolicy Modifier and Type Field Description JsonAttribute.IncludePolicyAttributeInfo. includeToMinimalMethods in com.dslplatform.json.processor that return JsonAttribute.IncludePolicy Modifier and Type Method Description private JsonAttribute.IncludePolicyAnalysis. includeToMinimalValue(javax.lang.model.element.AnnotationMirror annotation)Constructors in com.dslplatform.json.processor with parameters of type JsonAttribute.IncludePolicy Constructor Description AttributeInfo(java.lang.String name, javax.lang.model.element.ExecutableElement readMethod, javax.lang.model.element.ExecutableElement writeMethod, javax.lang.model.element.VariableElement field, javax.lang.model.element.VariableElement argument, javax.lang.model.type.TypeMirror type, boolean isList, boolean isSet, boolean isMap, javax.lang.model.element.AnnotationMirror annotation, boolean notNull, boolean mandatory, int index, java.lang.String alias, boolean fullMatch, CompiledJson.TypeSignature typeSignature, JsonAttribute.IncludePolicy includeToMinimal, ConverterInfo converter, boolean isJsonObject, java.util.LinkedHashSet<javax.lang.model.type.TypeMirror> usedTypes, java.lang.String typeName, java.util.Map<java.lang.String,java.lang.Integer> typeVariablesIndex, java.util.Map<java.lang.String,javax.lang.model.type.TypeMirror> genericSignatures, boolean containsStructOwnerType)
-