Uses of Class
com.webcohesion.enunciate.javac.decorations.type.DecoratedTypeMirror
-
Packages that use DecoratedTypeMirror Package Description com.webcohesion.enunciate.javac.decorations com.webcohesion.enunciate.javac.decorations.type -
-
Uses of DecoratedTypeMirror in com.webcohesion.enunciate.javac.decorations
Methods in com.webcohesion.enunciate.javac.decorations that return DecoratedTypeMirror Modifier and Type Method Description static DecoratedTypeMirrorAnnotations. mirrorOf(Callable<Class<?>> annotationValueFunction, DecoratedProcessingEnvironment env)static DecoratedTypeMirrorAnnotations. mirrorOf(Callable<Class<?>> annotationValueFunction, DecoratedProcessingEnvironment env, Class<?> emptyClass)Methods in com.webcohesion.enunciate.javac.decorations with parameters of type DecoratedTypeMirror Modifier and Type Method Description voidTypeMirrorDecoration. applyTo(DecoratedTypeMirror mirror)Apply this decoration to the given decorated type mirror. -
Uses of DecoratedTypeMirror in com.webcohesion.enunciate.javac.decorations.type
Subclasses of DecoratedTypeMirror in com.webcohesion.enunciate.javac.decorations.type Modifier and Type Class Description classDecoratedArrayTypeclassDecoratedDeclaredTypeA decorated declared type provides a property for getting its actual type parameters as a list (so they can be accessed with the [] operator in expression language).classDecoratedErrorTypeA decorated declared type provides a property for getting its actual type parameters as a list (so they can be accessed with the [] operator in expression language).classDecoratedExecutableTypeA decorated declared type provides a property for getting its actual type parameters as a list (so they can be accessed with the [] operator in expression language).classDecoratedNoTypeclassDecoratedNullTypeclassDecoratedPrimitiveTypeA decorated type mirror provides: A string property denoting the java keyword for itskind.classDecoratedReferenceType<T extends ReferenceType>classDecoratedTypeVariableclassDecoratedWildcardTypeMethods in com.webcohesion.enunciate.javac.decorations.type that return DecoratedTypeMirror Modifier and Type Method Description static DecoratedTypeMirrorTypeMirrorUtils. getComponentType(DecoratedTypeMirror typeMirror, DecoratedProcessingEnvironment env)static DecoratedTypeMirrorTypeMirrorUtils. mirrorOf(Class<?> clazz, ProcessingEnvironment env)static DecoratedTypeMirrorTypeMirrorUtils. mirrorOf(String typeName, DecoratedProcessingEnvironment env)Methods in com.webcohesion.enunciate.javac.decorations.type with parameters of type DecoratedTypeMirror Modifier and Type Method Description static DecoratedTypeMirrorTypeMirrorUtils. getComponentType(DecoratedTypeMirror typeMirror, DecoratedProcessingEnvironment env)
-