Class KeyType$

  • All Implemented Interfaces:
    enumeratum.Enum<KeyType<?>>, enumeratum.PlayJsonEnum<KeyType<?>>, java.io.Serializable, scala.Serializable

    public class KeyType$
    extends java.lang.Object
    implements enumeratum.Enum<KeyType<?>>, enumeratum.PlayJsonEnum<KeyType<?>>, scala.Serializable
    KeyTypes defined for consumption in Scala code
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static KeyType$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyType$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> play.api.libs.json.Format<KeyType<T>> format2()  
      play.api.libs.json.Format<KeyType<?>> jsonFormat()  
      scala.collection.immutable.Map<java.lang.String,​KeyType<?>> lowerCaseNamesToValuesMap()  
      scala.collection.immutable.Map<java.lang.String,​KeyType<?>> namesToValuesMap()  
      scala.collection.immutable.Map<java.lang.String,​KeyType<?>> upperCaseNameValuesToMap()  
      scala.collection.immutable.IndexedSeq<KeyType<?>> values()
      values return a Seq of all KeyTypes provided by csw-messages
      scala.collection.immutable.Map<KeyType<?>,​java.lang.Object> valuesToIndex()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface enumeratum.Enum

        enumeratum$Enum$$existingEntriesString, indexOf, withName, withNameInsensitive, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyOption
      • Methods inherited from interface enumeratum.PlayJsonEnum

        enumeratum$PlayJsonEnum$_setter_$jsonFormat_$eq
    • Field Detail

      • MODULE$

        public static final KeyType$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • KeyType$

        public KeyType$()
    • Method Detail

      • jsonFormat

        public play.api.libs.json.Format<KeyType<?>> jsonFormat()
        Specified by:
        jsonFormat in interface enumeratum.PlayJsonEnum<KeyType<?>>
      • namesToValuesMap

        public scala.collection.immutable.Map<java.lang.String,​KeyType<?>> namesToValuesMap()
        Specified by:
        namesToValuesMap in interface enumeratum.Enum<KeyType<?>>
      • lowerCaseNamesToValuesMap

        public final scala.collection.immutable.Map<java.lang.String,​KeyType<?>> lowerCaseNamesToValuesMap()
        Specified by:
        lowerCaseNamesToValuesMap in interface enumeratum.Enum<KeyType<?>>
      • upperCaseNameValuesToMap

        public final scala.collection.immutable.Map<java.lang.String,​KeyType<?>> upperCaseNameValuesToMap()
        Specified by:
        upperCaseNameValuesToMap in interface enumeratum.Enum<KeyType<?>>
      • valuesToIndex

        public final scala.collection.immutable.Map<KeyType<?>,​java.lang.Object> valuesToIndex()
        Specified by:
        valuesToIndex in interface enumeratum.Enum<KeyType<?>>
      • values

        public scala.collection.immutable.IndexedSeq<KeyType<?>> values()
        values return a Seq of all KeyTypes provided by csw-messages
        Specified by:
        values in interface enumeratum.Enum<KeyType<?>>
        Returns:
        (undocumented)
      • format2

        public <T> play.api.libs.json.Format<KeyType<T>> format2()