| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract List<String> |
getExcludes(Class type)Gets the excludes for the given type |
|
abstract List<String> |
getIncludes(Class type)Gets the includes for the given type |
|
abstract void |
setContentType(String contentType)Sets the content type of the converter |
|
abstract void |
setEncoding(String encoding)Sets the encoding of the converter |
|
abstract void |
setExcludes(Class type, List<String> properties)Set to exclude properties for the given type |
|
abstract void |
setIncludes(Class type, List<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 properties