Uses of Interface
online.sharedtype.processor.domain.type.TypeInfo
Packages that use TypeInfo
Package
Description
-
Uses of TypeInfo in online.sharedtype.processor.context
Methods in online.sharedtype.processor.context that return TypeInfoModifier and TypeMethodDescriptionTypeStore.getTypeInfo(String qualifiedName, List<? extends TypeInfo> typeArgs) Methods in online.sharedtype.processor.context with parameters of type TypeInfoModifier and TypeMethodDescriptionvoidTypeStore.saveTypeInfo(String qualifiedName, List<? extends TypeInfo> typeArgs, TypeInfo typeInfo) Method parameters in online.sharedtype.processor.context with type arguments of type TypeInfoModifier and TypeMethodDescriptionTypeStore.getTypeInfo(String qualifiedName, List<? extends TypeInfo> typeArgs) voidTypeStore.saveTypeInfo(String qualifiedName, List<? extends TypeInfo> typeArgs, TypeInfo typeInfo) -
Uses of TypeInfo in online.sharedtype.processor.domain
Fields in online.sharedtype.processor.domain with type parameters of type TypeInfo -
Uses of TypeInfo in online.sharedtype.processor.domain.component
Methods in online.sharedtype.processor.domain.component that return TypeInfo -
Uses of TypeInfo in online.sharedtype.processor.domain.def
Methods in online.sharedtype.processor.domain.def that return TypeInfoModifier and TypeMethodDescriptionEnumDef.getComponentValueType()If the enum is empty, return this enum type.Methods in online.sharedtype.processor.domain.def that return types with arguments of type TypeInfoMethod parameters in online.sharedtype.processor.domain.def with type arguments of type TypeInfo -
Uses of TypeInfo in online.sharedtype.processor.domain.type
Classes in online.sharedtype.processor.domain.type that implement TypeInfoModifier and TypeClassDescriptionfinal classRepresents an array-like type.final classRepresents a general primitive type or object type that requires its target representation.final classRepresents a date/time type, which is simply be emitted as a string or any custom type literal.final classclassfinal classRepresents a generic type variable.Fields in online.sharedtype.processor.domain.type declared as TypeInfoMethods in online.sharedtype.processor.domain.type that return TypeInfoModifier and TypeMethodDescriptionArrayTypeInfo.component()ArrayTypeInfo.reify(Map<TypeVariableInfo, TypeInfo> mappings) ConcreteTypeInfo.reify(Map<TypeVariableInfo, TypeInfo> mappings) MapTypeInfo.reify(Map<TypeVariableInfo, TypeInfo> mappings) default TypeInfoTypeInfo.reify(Map<TypeVariableInfo, TypeInfo> mappings) Replace type variables with type arguments.TypeVariableInfo.reify(Map<TypeVariableInfo, TypeInfo> mappings) Methods in online.sharedtype.processor.domain.type that return types with arguments of type TypeInfoMethod parameters in online.sharedtype.processor.domain.type with type arguments of type TypeInfoModifier and TypeMethodDescriptionArrayTypeInfo.reify(Map<TypeVariableInfo, TypeInfo> mappings) ConcreteTypeInfo.reify(Map<TypeVariableInfo, TypeInfo> mappings) MapTypeInfo.reify(Map<TypeVariableInfo, TypeInfo> mappings) default TypeInfoTypeInfo.reify(Map<TypeVariableInfo, TypeInfo> mappings) Replace type variables with type arguments.TypeVariableInfo.reify(Map<TypeVariableInfo, TypeInfo> mappings) -
Uses of TypeInfo in online.sharedtype.processor.parser.type
Methods in online.sharedtype.processor.parser.type that return TypeInfoModifier and TypeMethodDescriptionTypeInfoParser.parse(TypeMirror typeMirror, TypeElement ctxTypeElement) Parse type specific information. -
Uses of TypeInfo in online.sharedtype.processor.writer.converter.type
Methods in online.sharedtype.processor.writer.converter.type with parameters of type TypeInfoModifier and TypeMethodDescriptionTypeExpressionConverter.toTypeExpr(TypeInfo typeInfo, TypeDef contextTypeDef)