Interface CompositeType

  • All Superinterfaces:
    Type
    All Known Implementing Classes:
    JavaBackedType, MapBackedType

    public interface CompositeType
    extends Type
    A composite type interface, i.e., a type that contains fields
    • Method Detail

      • conformsTo

        default boolean conformsTo​(Type t)
        Description copied from interface: Type
        Check if this type does Conform to specified type t accordingly to FEEL DMN specification 10.3.2.9.2 Type Conformance
        Specified by:
        conformsTo in interface Type
        Returns:
        if this type does conform to specified type.