Type Params | Return Type | Name and description |
---|---|---|
|
abstract java.util.List<java.lang.String> |
getExcludes(java.lang.Class type) Gets the excludes for the given type |
|
abstract java.util.List<java.lang.String> |
getIncludes(java.lang.Class type) Gets the includes for the given type |
|
abstract void |
setContentType(java.lang.String contentType) Sets the content type of the converter |
|
abstract void |
setEncoding(java.lang.String encoding) Sets the encoding of the converter |
|
abstract void |
setExcludes(java.lang.Class type, java.util.List<java.lang.String> properties) Set to exclude properties for the given type |
|
abstract void |
setIncludes(java.lang.Class type, java.util.List<java.lang.String> properties) Set to include properties for the given type |
Gets the excludes for the given type
type
- The typeGets the includes for the given type
type
- The typeSets the content type of the converter
contentType
- The content typeSets the encoding of the converter
encoding
- The encodingSet to exclude properties for the given type
type
- The typeproperties
- The propertiesSet to include properties for the given type
type
- The typeproperties
- The properties