@Component
public class ValiktorConfiguration
Represents the Valiktor configuration for Spring Framework integration
| Constructor and Description |
|---|
ValiktorConfiguration(java.lang.String baseBundleName)
Represents the Valiktor configuration for Spring Framework integration
|
ValiktorConfiguration()
Represents the Valiktor configuration for Spring Framework integration
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component1()
specifies the base name of the message properties
|
ValiktorConfiguration |
copy(java.lang.String baseBundleName)
Represents the Valiktor configuration for Spring Framework integration
|
boolean |
equals(java.lang.Object p) |
java.lang.String |
getBaseBundleName()
specifies the base name of the message properties
|
int |
hashCode() |
java.lang.String |
toString() |
public ValiktorConfiguration(@Nullable
java.lang.String baseBundleName)
Represents the Valiktor configuration for Spring Framework integration
baseBundleName - specifies the base name of the message propertiespublic ValiktorConfiguration()
Represents the Valiktor configuration for Spring Framework integration
@Nullable public java.lang.String getBaseBundleName()
specifies the base name of the message properties
@Nullable public java.lang.String component1()
specifies the base name of the message properties
@NotNull public ValiktorConfiguration copy(@Nullable java.lang.String baseBundleName)
Represents the Valiktor configuration for Spring Framework integration
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)