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 theAutoValueAPI. -
-
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 classTypeEncoder.AnnotatedEncodingTypeVisitorLikeTypeEncoder.EncodingTypeVisitorexcept that annotations on the visited type are also included in the resultant string.private static classTypeEncoder.RawEncodingTypeVisitorLikeTypeEncoder.EncodingTypeVisitorexcept 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.EncodingTypeVisitorTypeEncoder. ENCODING_TYPE_VISITOR
-