Uses of Interface
org.gatein.common.xml.stax.writer.WritableValueType
Packages that use WritableValueType
-
Uses of WritableValueType in org.gatein.common.xml.stax.writer
Classes in org.gatein.common.xml.stax.writer that implement WritableValueTypeModifier and TypeClassDescriptionprotected static classWritableValueTypes.EnumType<E extends Enum<E>>Fields in org.gatein.common.xml.stax.writer declared as WritableValueTypeModifier and TypeFieldDescriptionstatic final WritableValueType<Boolean> WritableValueTypes.BOOLEANstatic final WritableValueType<Date> WritableValueTypes.DATEstatic final WritableValueType<Date> WritableValueTypes.DATE_TIMEstatic final WritableValueType<Integer> WritableValueTypes.INTEGERstatic final WritableValueType<String> WritableValueTypes.STRINGstatic final WritableValueType<String> WritableValueTypes.TRIMMED_STRINGMethods in org.gatein.common.xml.stax.writer that return WritableValueTypeModifier and TypeMethodDescriptionstatic <E extends Enum<E>>
WritableValueType<E> WritableValueTypes.getEnumType()Returns a value type for an enum class.Methods in org.gatein.common.xml.stax.writer with parameters of type WritableValueTypeModifier and TypeMethodDescription<V> StaxWriter<N> StaxWriter.writeContent(WritableValueType<V> valueType, V content) Writes xml content based on the ValueType responsible for converting the content to string.<V> StaxWriter<N> StaxWriterImpl.writeContent(WritableValueType<V> valueType, V content) <V> StaxWriter<N> StaxWriter.writeElement(N element, WritableValueType<V> valueType, V content) Convenience method for callingwriteStartElement,writeContent,writeEndElement<V> StaxWriter<N> StaxWriterImpl.writeElement(N element, WritableValueType<V> valueType, V content) static <N,V> void StaxWriterUtils.writeOptionalContent(StaxWriter<N> writer, N element, WritableValueType<V> valueType, V value) static <N,V> void StaxWriterUtils.writeOptionalElement(StaxWriter<N> writer, N element, WritableValueType<V> valueType, V value)