Class FastDateParser.CopyQuotedStrategy

java.lang.Object
org.apache.commons.lang3.time.FastDateParser.Strategy
org.apache.commons.lang3.time.FastDateParser.CopyQuotedStrategy
Enclosing class:
FastDateParser

private static final class FastDateParser.CopyQuotedStrategy extends FastDateParser.Strategy
A strategy that copies the static or quoted field in the parsing pattern
  • Field Details

    • formatField

      private final String formatField
  • Constructor Details

    • CopyQuotedStrategy

      CopyQuotedStrategy(String formatField)
      Constructs a Strategy that ensures the formatField has literal text
      Parameters:
      formatField - The literal text to match
  • Method Details