Uses of Class
com.dslplatform.json.processor.AttributeInfo
Packages that use AttributeInfo
-
Uses of AttributeInfo in com.dslplatform.json.processor
Fields in com.dslplatform.json.processor with type parameters of type AttributeInfoMethods in com.dslplatform.json.processor that return AttributeInfoModifier and TypeMethodDescriptionAttributeInfo.asConcreteType(Types types, LinkedHashMap<String, TypeMirror> genericSignatures) Methods in com.dslplatform.json.processor that return types with arguments of type AttributeInfoModifier and TypeMethodDescriptionStructInfo.inheritedAttributes()(package private) static List<AttributeInfo> Context.sortedAttributes(StructInfo info, boolean includeInherited) Methods in com.dslplatform.json.processor with parameters of type AttributeInfoModifier and TypeMethodDescriptionvoidStructInfo.add(AttributeInfo attr) private voidConverterTemplate.createLazyReaderAndWriter(AttributeInfo attr, TypeMirror mirror, String namePrefix, StructInfo si) private StringConverterTemplate.extractSingleType(AttributeInfo attr, List<String> types) private StringConverterTemplate.extractTypeSignature(AttributeInfo attr, TypeMirror type, Map<String, TypeMirror> genericSignatures) (package private) StringContext.getDefault(AttributeInfo attr) (package private) booleanContext.isObjectInstance(AttributeInfo attr) private booleanConverterTemplate.isStaticEnum(AttributeInfo attr) private voidConverterTemplate.processPropertyValue(AttributeInfo attr, String alignment, boolean useInstance, Map<String, TypeMirror> genericSignatures) StructInfo.propertyName(AttributeInfo attribute) (package private) voidContext.serializeKnownCollection(AttributeInfo attr, List<String> types, Map<String, TypeMirror> genericSignatures) private voidConverterTemplate.writeProperty(AttributeInfo attr, boolean checkedDefault, String alignment) Method parameters in com.dslplatform.json.processor with type arguments of type AttributeInfoModifier and TypeMethodDescriptionprivate voidConverterTemplate.checkMandatory(List<AttributeInfo> attributes, int start) private voidConverterTemplate.checkMandatory(List<AttributeInfo> attributes, String padding) MinifiedNaming.prepareNames(Map<String, AttributeInfo> attributes) NamingStrategy.prepareNames(Map<String, AttributeInfo> attributes) private voidConverterTemplate.writeArray(String className, List<AttributeInfo> sortedAttributes) private voidConverterTemplate.writeObject(StructInfo si, String className, List<AttributeInfo> sortedAttributes)