Class ElementDefinition.ElementOutput
- java.lang.Object
-
- org.infinispan.commons.configuration.elements.ElementDefinition.ElementOutput
-
- Enclosing interface:
- ElementDefinition<C extends ConfigurationInfo>
public static class ElementDefinition.ElementOutput extends java.lang.Object
An ElementOutput specifies the name and optionally the class that an element must be serialized. When className is present, it will be serialized as a 'class' attribute inside the element.
-
-
Constructor Summary
Constructors Constructor Description ElementOutput(java.lang.String name)
ElementOutput(java.lang.String name, java.lang.String className)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClassName()
java.lang.String
getName()
-