Uses of Interface
org.wildfly.service.descriptor.TernaryServiceDescriptor
-
Packages that use TernaryServiceDescriptor Package Description org.wildfly.service.descriptor -
-
Uses of TernaryServiceDescriptor in org.wildfly.service.descriptor
Subinterfaces of TernaryServiceDescriptor in org.wildfly.service.descriptor Modifier and Type Interface Description static interfaceTernaryServiceDescriptor.Provider<T>Provides a three segment service descriptor.Methods in org.wildfly.service.descriptor that return TernaryServiceDescriptor Modifier and Type Method Description default <U extends T>
TernaryServiceDescriptor<U>TernaryServiceDescriptor. asType(Class<U> type)static <T> TernaryServiceDescriptor<T>TernaryServiceDescriptor. of(String name, Class<T> type)Creates a ternary service descriptor with the specified name and type.static <T> TernaryServiceDescriptor<T>TernaryServiceDescriptor. of(String name, BinaryServiceDescriptor<T> defaultDescriptor)Creates a ternary service descriptor with the specified name and default service descriptor.Methods in org.wildfly.service.descriptor with parameters of type TernaryServiceDescriptor Modifier and Type Method Description static <T> QuaternaryServiceDescriptor<T>QuaternaryServiceDescriptor. of(String name, TernaryServiceDescriptor<T> defaultDescriptor)Creates a quaternary service descriptor with the specified name and default service descriptor.
-