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(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
public java.lang.String getBaseBundleName()
specifies the base name of the message properties
public java.lang.String component1()
specifies the base name of the message properties
public ValiktorConfiguration copy(java.lang.String baseBundleName)
Represents the Valiktor configuration for Spring Framework integration
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)