Class AISubsystemTransformation

java.lang.Object
org.wildfly.extension.ai.AISubsystemTransformation
All Implemented Interfaces:
Function<org.jboss.as.controller.ModelVersion,org.jboss.as.controller.transform.description.TransformationDescription>

public class AISubsystemTransformation extends Object implements Function<org.jboss.as.controller.ModelVersion,org.jboss.as.controller.transform.description.TransformationDescription>
Creates the transformation descriptions for the AI subsystem resource.
  • Constructor Details

    • AISubsystemTransformation

      public AISubsystemTransformation()
  • Method Details

    • apply

      public org.jboss.as.controller.transform.description.TransformationDescription apply(org.jboss.as.controller.ModelVersion version)
      Specified by:
      apply in interface Function<org.jboss.as.controller.ModelVersion,org.jboss.as.controller.transform.description.TransformationDescription>