Uses of Interface
org.jboss.logging.processor.model.ClassType
-
Packages that use ClassType Package Description org.jboss.logging.processor.apt org.jboss.logging.processor.model -
-
Uses of ClassType in org.jboss.logging.processor.apt
Classes in org.jboss.logging.processor.apt that implement ClassType Modifier and Type Class Description (package private) class
AbstractClassType
private static class
MessageInterfaceFactory.AptMessageInterface
Message interface implementation.private static class
MessageInterfaceFactory.LoggerInterface
private static class
ParameterFactory.AptParameter
private static class
ParameterFactory.MessageMethodParameter
private static class
ReturnTypeFactory.AptReturnType
Implementation of return type.private static class
ReturnTypeFactory.VoidReturnType
private static class
ThrowableTypeFactory.AptReturnThrowableType
private static class
ThrowableTypeFactory.AptThrowableType
-
Uses of ClassType in org.jboss.logging.processor.model
Subinterfaces of ClassType in org.jboss.logging.processor.model Modifier and Type Interface Description interface
MessageInterface
Date: 28.07.2011interface
Parameter
interface
ReturnType
Date: 29.07.2011interface
ThrowableType
Date: 27.09.2011
-