Uses of Class
org.immutables.value.Value.Style.BuilderVisibility
-
Packages that use Value.Style.BuilderVisibility Package Description org.immutables.value -
-
Uses of Value.Style.BuilderVisibility in org.immutables.value
Methods in org.immutables.value that return Value.Style.BuilderVisibility Modifier and Type Method Description Value.Style.BuilderVisibilitybuilderVisibility()Specify the mode in which visibility of generated value type is derived from abstract value type.static Value.Style.BuilderVisibilityValue.Style.BuilderVisibility. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Value.Style.BuilderVisibility[]Value.Style.BuilderVisibility. values()Returns an array containing the constants of this enum type, in the order they are declared.
-