|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.oval.configuration.pojo.elements.ConfigurationElement
net.sf.oval.configuration.pojo.elements.ClassConfiguration
public class ClassConfiguration
Field Summary | |
---|---|
Boolean |
applyFieldConstraintsToConstructors
Automatically apply field constraints to the corresponding parameters of constructors declared within the same class. |
Boolean |
applyFieldConstraintsToSetters
Automatically apply field constraints to the parameters of the corresponding setter methods declared within the same class. |
Boolean |
assertParametersNotNull
Declares if parameter values of constructors and methods are expected to be not null. |
Boolean |
checkInvariants
Specifies if invariants are checked prior and after calls to non-private methods and constructors. |
Set<ConstructorConfiguration> |
constructorConfigurations
constructor constraints configuration |
Set<FieldConfiguration> |
fieldConfigurations
field constraints configuration |
Boolean |
inspectInterfaces
Specifies whether annotations can be applied to interfaces that this class implements, supporting a documentation function |
Set<MethodConfiguration> |
methodConfigurations
method constraints configuration |
ObjectConfiguration |
objectConfiguration
object level constraints configuration |
Class<?> |
type
class type |
Fields inherited from class net.sf.oval.configuration.pojo.elements.ConfigurationElement |
---|
overwrite |
Constructor Summary | |
---|---|
ClassConfiguration()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Class<?> type
public ObjectConfiguration objectConfiguration
public Set<FieldConfiguration> fieldConfigurations
public Set<ConstructorConfiguration> constructorConfigurations
public Set<MethodConfiguration> methodConfigurations
public Boolean applyFieldConstraintsToConstructors
public Boolean applyFieldConstraintsToSetters
public Boolean assertParametersNotNull
public Boolean checkInvariants
public Boolean inspectInterfaces
Constructor Detail |
---|
public ClassConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |