Class ComponentType$

    • Field Summary

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

      Constructors 
      Constructor Description
      ComponentType$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      play.api.libs.json.Format<ComponentType> jsonFormat()  
      scala.collection.immutable.Map<java.lang.String,​ComponentType> lowerCaseNamesToValuesMap()  
      scala.collection.immutable.Map<java.lang.String,​ComponentType> namesToValuesMap()  
      scala.collection.immutable.Map<java.lang.String,​ComponentType> upperCaseNameValuesToMap()  
      scala.collection.immutable.IndexedSeq<ComponentType> values()
      Returns a sequence of all component types
      scala.collection.immutable.Map<ComponentType,​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 ComponentType$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ComponentType$

        public ComponentType$()
    • Method Detail

      • jsonFormat

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

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

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

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

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

        public scala.collection.immutable.IndexedSeq<ComponentType> values()
        Returns a sequence of all component types
        Specified by:
        values in interface enumeratum.Enum<ComponentType>
        Returns:
        (undocumented)