Interface KotlinDslExtension

    • Method Detail

      • getType

        @NotNull
        String getType()
      • getPackageName

        @NotNull
        String getPackageName()
      • getClassName

        @NotNull
        String getClassName()
      • getFQN

        @NotNull
        default String getFQN()
        Returns:
        Fully qualified name
      • getClassDescription

        @Nullable
        String getClassDescription()
      • getFunctionName

        @Nullable
        String getFunctionName()
      • getFunctionDescription

        @Nullable
        String getFunctionDescription()
      • isDefaultImplementation

        boolean isDefaultImplementation()
      • isApplicable

        boolean isApplicable​(@NotNull
                             Map<String,​String> params)
      • hasPredicate

        boolean hasPredicate()
      • isDeprecated

        boolean isDeprecated()
      • allowsUpdateUIPatch

        default boolean allowsUpdateUIPatch()