ClassTypeBuilder
Description
Builder for ClassType objects.
Public / Methods
FieldOptional
2 overloads
Adds an optional class field.
- ConfigException
-
If the given class field specification is invalid.
- ValidatingException
-
If one or more validation errors have occurred for the constraint opt expression.
Adds an optional class field.
- ConfigException
-
If the given class field specification is invalid.
- ValidatingException
-
If one or more validation errors have occurred for the constraint opt expression.
FieldRequired
2 overloads
Adds a required class field.
- ConfigException
-
If the given class field specification is invalid.
- ValidatingException
-
If one or more validation errors have occurred for the constraint opt expression.
Adds a required class field.
- ConfigException
-
If the given class field specification is invalid.
- ValidatingException
-
If one or more validation errors have occurred for the constraint opt expression.
FieldVirtual
Adds an external class field.
- ConfigException
-
If the given class field specification is invalid.
SuperClass
2 overloads
Specifies the super class for the built class type.
- ConfigException
-
If superClass in is invalid for the type being built.
Specifies the super class for the built class type.
- ConfigException
-
If superClass in is invalid for the type being built.