Class Collation


  • public final class Collation
    extends 
    The options regarding collation support in MongoDB 3.4+
    Since:
    3.4
    MongoDB documentation
    Since server release
    • Method Detail

      • builder

        public static Collation.Builder builder()
        Convenience method to create a Builder.
        Returns:
        a builder
      • builder

        public static Collation.Builder builder​(Collation options)
        Convenience method to create a from an existing Collation.
        Parameters:
        options - create a builder from existing options
        Returns:
        a builder
      • getLocale

        @Nullable
        public  getLocale()
        Returns the locale
        Returns:
        the locale
        See Also:
      • getCaseLevel

        @Nullable
        public  getCaseLevel()
        Returns the case level value
        Returns:
        the case level value
      • getCaseFirst

        @Nullable
        public CollationCaseFirst getCaseFirst()
        Returns the collation case first value
        Returns:
        the collation case first value
      • getNumericOrdering

        @Nullable
        public  getNumericOrdering()
        Returns the numeric ordering, if true will order numbers based on numerical order and not collation order.
        Returns:
        the numeric ordering
      • getNormalization

        @Nullable
        public  getNormalization()
        Returns the normalization value

        If true, normalizes text into Unicode NFD.

        Returns:
        the normalization
      • getBackwards

        @Nullable
        public  getBackwards()
        Returns the backwards value
        Returns:
        the backwards value
      • asDocument

        public BsonDocument asDocument()
        Gets this collation options as a document.
        Returns:
        The collation options as a BsonDocument
      • equals

        public boolean equals​( o)
        Overrides:
         in class 
      • hashCode

        public int hashCode()
        Overrides:
         in class 
      • toString

        public  toString()
        Overrides:
         in class