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