Modifier and Type | Required Element and Description |
---|---|
Class<?> |
typeClass
The type implementation class.
|
Modifier and Type | Optional Element and Description |
---|---|
Class<?> |
defaultForType
Name a java type for which this defined type should be the default mapping.
|
String |
name
The type name.
|
Parameter[] |
parameters
Any configuration parameters for this type definition.
|
public abstract Class<?> typeClass
public abstract String name
public abstract Class<?> defaultForType
public abstract Parameter[] parameters
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.