Uses of Class
org.immutables.value.processor.meta.StyleInfo
-
Packages that use StyleInfo Package Description org.immutables.value.processor org.immutables.value.processor.meta -
-
Uses of StyleInfo in org.immutables.value.processor
Methods in org.immutables.value.processor with parameters of type StyleInfo Modifier and Type Method Description private voidAbstractValuesTemplate. setJaxartaFrom(StyleInfo style) -
Uses of StyleInfo in org.immutables.value.processor.meta
Subclasses of StyleInfo in org.immutables.value.processor.meta Modifier and Type Class Description classImmutableStyleInfoImmutable implementation ofStyleInfo.Fields in org.immutables.value.processor.meta declared as StyleInfo Modifier and Type Field Description private StyleInfoImmutableProto.Environment. defaultStylesprivate StyleInfoStyles. styleFields in org.immutables.value.processor.meta with type parameters of type StyleInfo Modifier and Type Field Description private com.google.common.base.Optional<StyleInfo>ImmutableProto.DeclaringPackage. styleprivate com.google.common.base.Optional<StyleInfo>ImmutableProto.DeclaringType. styleprivate com.google.common.base.Optional<StyleInfo>ImmutableProto.MetaAnnotated.InitShim. styleprivate com.google.common.base.Optional<StyleInfo>ImmutableProto.MetaAnnotated. styleMethods in org.immutables.value.processor.meta that return StyleInfo Modifier and Type Method Description StyleInfoProto.ToStyleInfo. apply(StyleMirror input)(package private) StyleInfoImmutableProto.Environment. defaultStyles()(package private) StyleInfoProto.Environment. defaultStyles()(package private) static StyleInfoStyleInfo. infoFrom(StyleMirror input)StyleInfoConstitution. style()StyleInfoHasStyleInfo. style()StyleInfoStyles. style()StyleInfoValueAttribute. style()StyleInfoValueType. style()Methods in org.immutables.value.processor.meta that return types with arguments of type StyleInfo Modifier and Type Method Description private com.google.common.base.Optional<StyleInfo>Proto.Protoclass. determineStyle()com.google.common.base.Optional<StyleInfo>ImmutableProto.DeclaringPackage. style()com.google.common.base.Optional<StyleInfo>ImmutableProto.DeclaringType. style()(package private) com.google.common.base.Optional<StyleInfo>ImmutableProto.MetaAnnotated.InitShim. style()com.google.common.base.Optional<StyleInfo>ImmutableProto.MetaAnnotated. style()com.google.common.base.Optional<StyleInfo>Proto.AbstractDeclaring. style()com.google.common.base.Optional<StyleInfo>Proto.DeclaringPackage. style()com.google.common.base.Optional<StyleInfo>Proto.MetaAnnotated. style()Methods in org.immutables.value.processor.meta with parameters of type StyleInfo Modifier and Type Method Description static ImmutableStyleInfoImmutableStyleInfo. copyOf(StyleInfo instance)Creates an immutable copy of aStyleInfovalue.private static DepluralizerStyles. depluralizerFor(StyleInfo style)(package private) static ThrowForInvalidImmutableStateThrowForInvalidImmutableState. from(javax.annotation.processing.ProcessingEnvironment processing, StyleInfo style)Constructors in org.immutables.value.processor.meta with parameters of type StyleInfo Constructor Description Styles(StyleInfo style)
-