Uses of Class
com.dslplatform.json.processor.AttributeInfo
-
Packages that use AttributeInfo Package Description com.dslplatform.json.processor -
-
Uses of AttributeInfo in com.dslplatform.json.processor
Fields in com.dslplatform.json.processor with type parameters of type AttributeInfo Modifier and Type Field Description java.util.LinkedHashMap<java.lang.String,AttributeInfo>StructInfo. attributesMethods in com.dslplatform.json.processor that return AttributeInfo Modifier and Type Method Description AttributeInfoAttributeInfo. asConcreteType(javax.lang.model.util.Types types, java.util.LinkedHashMap<java.lang.String,javax.lang.model.type.TypeMirror> genericSignatures)Methods in com.dslplatform.json.processor that return types with arguments of type AttributeInfo Modifier and Type Method Description java.util.Collection<AttributeInfo>StructInfo. inheritedAttributes()(package private) static java.util.List<AttributeInfo>Context. sortedAttributes(StructInfo info, boolean includeInherited)Methods in com.dslplatform.json.processor with parameters of type AttributeInfo Modifier and Type Method Description voidStructInfo. add(AttributeInfo attr)private voidConverterTemplate. createLazyReaderAndWriter(AttributeInfo attr, javax.lang.model.type.TypeMirror mirror, java.lang.String namePrefix, StructInfo si)private java.lang.StringConverterTemplate. extractSingleType(AttributeInfo attr, java.util.List<java.lang.String> types)private java.lang.StringConverterTemplate. extractTypeSignature(AttributeInfo attr, javax.lang.model.type.TypeMirror type, java.util.Map<java.lang.String,javax.lang.model.type.TypeMirror> genericSignatures)(package private) java.lang.StringContext. getDefault(AttributeInfo attr)(package private) booleanContext. isObjectInstance(AttributeInfo attr)private booleanConverterTemplate. isStaticEnum(AttributeInfo attr)private voidConverterTemplate. processPropertyValue(AttributeInfo attr, java.lang.String alignment, boolean useInstance, java.util.Map<java.lang.String,javax.lang.model.type.TypeMirror> genericSignatures)java.lang.StringStructInfo. propertyName(AttributeInfo attribute)(package private) voidContext. serializeKnownCollection(AttributeInfo attr, java.util.List<java.lang.String> types, java.util.Map<java.lang.String,javax.lang.model.type.TypeMirror> genericSignatures)private voidConverterTemplate. writeProperty(AttributeInfo attr, boolean checkedDefault, java.lang.String alignment)Method parameters in com.dslplatform.json.processor with type arguments of type AttributeInfo Modifier and Type Method Description private voidConverterTemplate. checkMandatory(java.util.List<AttributeInfo> attributes, int start)private voidConverterTemplate. checkMandatory(java.util.List<AttributeInfo> attributes, java.lang.String padding)java.util.Map<java.lang.String,java.lang.String>MinifiedNaming. prepareNames(java.util.Map<java.lang.String,AttributeInfo> attributes)java.util.Map<java.lang.String,java.lang.String>NamingStrategy. prepareNames(java.util.Map<java.lang.String,AttributeInfo> attributes)private voidConverterTemplate. writeArray(java.lang.String className, java.util.List<AttributeInfo> sortedAttributes)private voidConverterTemplate. writeObject(StructInfo si, java.lang.String className, java.util.List<AttributeInfo> sortedAttributes)
-