Class Proto.Interning
java.lang.Object
org.immutables.value.processor.meta.Proto.Interning
- Enclosing class:
Proto
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.google.common.collect.Interner<Proto.DeclaringPackage> private final com.google.common.collect.Interner<Proto.Protoclass> private final com.google.common.collect.Interner<Proto.DeclaringType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Proto.DeclaringPackageforPackage(Proto.DeclaringPackage declaringPackage) (package private) Proto.ProtoclassforProto(Proto.Protoclass protoclass) (package private) Proto.DeclaringTypeforType(Proto.DeclaringType declaringType)
-
Field Details
-
packageInterner
-
typeInterner
-
protoclassInterner
-
-
Constructor Details
-
Interning
Interning()
-
-
Method Details
-
forPackage
-
forType
-
forProto
-