Class FragmentMethodsUtil

java.lang.Object
io.quarkus.spring.data.deployment.generate.FragmentMethodsUtil

final class FragmentMethodsUtil extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) static org.jboss.jandex.DotName
    getImplementationDotName(org.jboss.jandex.DotName customInterfaceToImplement, org.jboss.jandex.IndexView index)
    Returns the simple expected implementation of a Fragment interface or throws an exception indicating the problem

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getImplementationDotName

      static org.jboss.jandex.DotName getImplementationDotName(org.jboss.jandex.DotName customInterfaceToImplement, org.jboss.jandex.IndexView index)
      Returns the simple expected implementation of a Fragment interface or throws an exception indicating the problem