Class UuidCtorTypeComputer

    • Constructor Detail

      • UuidCtorTypeComputer

        public UuidCtorTypeComputer()
    • Method Detail

      • order

        public int order()
        Description copied from interface: TypeComputer
        Order of call to compute string literal type.
        Specified by:
        order in interface TypeComputer
        Returns:
        the order of call
      • getSupportedType

        public String getSupportedType()
        Description copied from interface: TypeComputer
        Returns the supported type ID of this computer.
        Specified by:
        getSupportedType in interface TypeComputer
        Returns:
        the supported type ID, registered in extension point.
      • isSupport

        public boolean isSupport​(StringLiteral literal,
                                 List<String> content)
        Description copied from interface: TypeComputer
        Quick checks if type computer is support the literal. This method explicitly calls before #computeIsValidForSupportedType(StringLiteral, List)
        Specified by:
        isSupport in interface TypeComputer
        Parameters:
        literal - the literal
        content - the content
        Returns:
        true, if the literal is support by computer