Uses of Class
com.google.auto.value.processor.TypeEncoder.EncodingTypeVisitor
-
Packages that use TypeEncoder.EncodingTypeVisitor Package Description com.google.auto.value.processor This package contains the annotation processor that implements theAutoValue
API. -
-
Uses of TypeEncoder.EncodingTypeVisitor in com.google.auto.value.processor
Subclasses of TypeEncoder.EncodingTypeVisitor in com.google.auto.value.processor Modifier and Type Class Description private static class
TypeEncoder.AnnotatedEncodingTypeVisitor
LikeTypeEncoder.EncodingTypeVisitor
except that annotations on the visited type are also included in the resultant string.private static class
TypeEncoder.RawEncodingTypeVisitor
LikeTypeEncoder.EncodingTypeVisitor
except that type parameters are omitted from the result.Fields in com.google.auto.value.processor declared as TypeEncoder.EncodingTypeVisitor Modifier and Type Field Description private static TypeEncoder.EncodingTypeVisitor
TypeEncoder. ENCODING_TYPE_VISITOR
-