Uses of Class
org.immutables.value.processor.meta.Generics.Parameter
-
Packages that use Generics.Parameter Package Description org.immutables.value.processor.meta -
-
Uses of Generics.Parameter in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as Generics.Parameter Modifier and Type Field Description private static Generics.Parameter[]Generics. NO_PARAMETERSGenerics.Parameter[]Generics. parametersMethods in org.immutables.value.processor.meta that return Generics.Parameter Modifier and Type Method Description private static Generics.Parameter[]Generics. computeParameters(Proto.Protoclass protoclass, javax.lang.model.element.Element element)Generics.ParameterGenerics. get(java.lang.String var)Methods in org.immutables.value.processor.meta with parameters of type Generics.Parameter Modifier and Type Method Description private static java.lang.String[]Generics. computeVars(Generics.Parameter[] paramerters)private static voidGenerics. formatBoundsIfPresent(java.lang.StringBuilder builder, Generics.Parameter p)private static java.lang.StringGenerics. formatParameters(Generics.Parameter[] paramerters, boolean outputBounds, boolean unknown)
-