Trait

org.apache.daffodil.cookers

Converter

Related Doc: package cookers

Permalink

trait Converter[-Before, +After] extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Known Subclasses
AlignmentType, AlignmentUnits, BinaryCalendarRep, BinaryFloatRep, BinaryNumberCheckPolicy, BinaryNumberRep, BitOrder, ByteOrder, CalendarCheckPolicy, CalendarFirstDayOfWeek, CalendarPatternKind, ChoiceBranchKeyCooker, ChoiceDispatchKeyCooker, ChoiceKeyKindType, ChoiceLengthKind, DelimiterCooker, DelimiterCookerNoES, EmptyElementParsePolicy, EmptyValueDelimiterPolicy, EncodingCooker, EncodingErrorPolicy, Enum, EscapeBlockEndCooker, EscapeBlockStartCooker, EscapeCharacterCooker, EscapeEscapeCharacterCooker, EscapeKind, ExtraEscapedCharactersCooker, FillByteCooker, GenerateEscape, GenerateQuotes, InitiatorCooker, IntRangeCooker, LayerLengthKind, LayerLengthUnits, LayerTransform, LengthKind, LengthUnits, ListOfSingleCharacterLiteral, ListOfSingleCharacterLiteralNoCharClassEntitiesNoByteEntities, ListOfString1OrMoreLiteral, ListOfStringLiteral, ListOfStringLiteralBase, ListOfStringLiteralNoCharClass_NL_ES_EntitiesNoByteEntities, ListOfStringLiteralNonEmptyNoCharClassEntitiesNoByteEntities, ListStringLiteralCookerMixin, NilKind, NilValueDelimiterPolicy, NilValueLiteralCharacterCooker, NilValueLiteralValueBinaryCooker, NilValueLiteralValueTextCooker, NilValueLogicalValueCooker, NilValueRawListCooker, NonEmptyListOfStringLiteral, NonEmptyListOfStringLiteralCharClass_ES_WithByteEntities, ObjectKindType, OccursCountKind, OutputNewLineCooker, ParseUnparsePolicy, ParseUnparsePolicyTunable, RepValueCooker, Representation, SeparatorCooker, SeparatorPolicy, SeparatorPosition, SeparatorSuppressionPolicy, SequenceKind, SignCodingValue, SingleCharacterLineEndingOrCRLF_NoCharClassEntitiesNoByteEntities, SingleCharacterLiteral, SingleCharacterLiteralESEntityWithByteEntities, SingleCharacterLiteralNoCharClassEntities, SingleCharacterLiteralNoCharClassEntitiesNoByteEntities, SingleCharacterLiteralNoCharClassEntitiesWithByteEntities, SingleCharacterLiteralOrEmptyString, StringLiteral, StringLiteralBase, StringLiteralCookerMixin, StringLiteralESEntityWithByteEntities, StringLiteralNoCharClassEntities, StringLiteralNoCharClassEntitiesNoByteEntities, StringLiteralNonEmpty, StringLiteralNonEmptyNoCharClassEntitiesNoByteEntities, TerminatorCooker, TerminatorCookerNoES, TestKind, TextBidiNumeralShapes, TextBidiOrientation, TextBidiTextOrdering, TextBooleanFalseRepCooker, TextBooleanJustification, TextBooleanPadCharacterCooker, TextBooleanTrueRepCooker, TextCalendarJustification, TextCalendarPadCharacterCooker, TextNumberCheckPolicy, TextNumberJustification, TextNumberPadCharacterCooker, TextNumberRep, TextNumberRounding, TextNumberRoundingMode, TextPadCharacterCookerBase, TextPadKind, TextStandardDecimalSeparatorCooker, TextStandardExponentRepCooker, TextStandardGroupingSeparatorCooker, TextStandardInfinityRepCooker, TextStandardNaNRepCooker, TextStandardZeroRepCooker, TextStringJustification, TextStringPadCharacterCooker, TextTrimKind, TextZonedSignStyle, UTF16Width, UnqualifiedPathStepPolicy, UpperCaseToken, UpperCaseTokenCooker, WarnID, YesNo
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Converter
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def convert(b: Before, context: ThrowsSDE, forUnparse: Boolean): After

    Permalink

    Override this if there is just one conversion used for both constants and for runtime expressions.

    Override this if there is just one conversion used for both constants and for runtime expressions.

    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def convertConstant(b: Before, context: ThrowsSDE, forUnparse: Boolean): After

    Permalink
  7. def convertRuntime(b: Before, context: ThrowsSDE, forUnparse: Boolean): After

    Permalink

    Override these runtime and constant-specific variants if you need different conversions done if an expression is evaluated at runtime.

    Override these runtime and constant-specific variants if you need different conversions done if an expression is evaluated at runtime.

    This is for things like delimiters or escapeCharacter where it can be "" if it is a constant, but it cannot be "" if it is a runtime expression value.

    The forUnparse flag is for distinctions needed between parse time and unparse time which is very common thing to have.

    This is not the same concept as Compile time vs. Runtime.

  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped