Uses of Class
org.immutables.value.processor.encode.TypeExtractor
-
Packages that use TypeExtractor Package Description org.immutables.value.processor.encode org.immutables.value.processor.meta -
-
Uses of TypeExtractor in org.immutables.value.processor.encode
Fields in org.immutables.value.processor.encode declared as TypeExtractor Modifier and Type Field Description private TypeExtractorInstantiator.InstantiationCreator. typeExtractorprivate TypeExtractorEncodings.Encoding. typesReaderMethods in org.immutables.value.processor.encode that return TypeExtractor Modifier and Type Method Description private TypeExtractorEncodings.Encoding. processTypeParameters(javax.lang.model.element.ExecutableElement method, EncodedElement.Builder builder)TypeExtractorTypeExtractor. withParameter(java.lang.String name, java.lang.Iterable<? extends Type.Defined> bounds)Methods in org.immutables.value.processor.encode with parameters of type TypeExtractor Modifier and Type Method Description private java.util.List<EncodedElement.Param>Encodings.Encoding. getParameters(TypeExtractor typesReader, javax.lang.model.element.ExecutableElement method) -
Uses of TypeExtractor in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as TypeExtractor Modifier and Type Field Description private TypeExtractorGsonTypeTokens. typeExtractorprivate TypeExtractorValueType. typeExtractorMethods in org.immutables.value.processor.meta that return TypeExtractor Modifier and Type Method Description private TypeExtractorValueType. getTypeExtractor()Constructors in org.immutables.value.processor.meta with parameters of type TypeExtractor Constructor Description GsonTypeTokens(Generics generics, TypeExtractor typeExtractor)
-