@MessageLogger(projectCode="WELD-") public interface ReflectionLogger extends WeldLogger
Modifier and Type | Field and Description |
---|---|
static ReflectionLogger |
LOG |
CATCHING_MARKER, WELD_PROJECT_CODE
catchingDebug
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
static final ReflectionLogger LOG
@LogMessage(level=DEBUG) @Message(id=600, value="{0} is missing @Retention(RUNTIME). Weld will use this annotation, however this may make the application unportable.", format=MESSAGE_FORMAT) void missingRetention(Object param1)
@LogMessage(level=DEBUG) @Message(id=601, value="{0} is missing @Target. Weld will use this annotation, however this may make the application unportable.", format=MESSAGE_FORMAT) void missingTarget(Object param1)
@LogMessage(level=DEBUG) @Message(id=602, value="{0} is not declared @Target(TYPE, METHOD) or @Target(TYPE). Weld will use this annotation, however this may make the application unportable.", format=MESSAGE_FORMAT) void missingTargetTypeMethodOrTargetType(Object param1)
@Deprecated @Message(id=603, value="{0} is declared @Target(TYPE, METHOD), but inherits {1}, which is declared @Target(TYPE). Weld will use this annotation, however this may make the application unportable.", format=MESSAGE_FORMAT) String targetTypeMethodInheritsFromTargetType(Object param1, Object param2)
@LogMessage(level=DEBUG) @Message(id=604, value="{0} is not declared @Target(METHOD, FIELD, TYPE). Weld will use this annotation, however this may make the application unportable.", format=MESSAGE_FORMAT) void missingTargetMethodFieldType(Object param1)
@LogMessage(level=DEBUG) @Message(id=605, value="{0} is not declared @Target(METHOD, FIELD, TYPE, PARAMETER), @Target(METHOD, TYPE), @Target(METHOD), @Target(TYPE) or @Target(FIELD). Weld will use this annotation, however this may make the application unportable.", format=MESSAGE_FORMAT) void missingTargetMethodFieldTypeParameterOrTargetMethodTypeOrTargetMethodOrTargetTypeOrTargetField(Object param1)
@Message(id=606, value="Unable to determine name of parameter") IllegalArgumentException unableToGetParameterName()
@Message(id=607, value="annotationMap cannot be null") WeldException annotationMapNull()
@Message(id=608, value="declaredAnnotationMap cannot be null") WeldException declaredAnnotationMapNull()
@Deprecated @Message(id=609, value="Cleaning Javassist proxy. Class {0}", format=MESSAGE_FORMAT) String cleaningJavassistProxyClass(Object param1)
@Message(id=610, value="Unable to deserialize constructor. Declaring class {0}, index {1}", format=MESSAGE_FORMAT) WeldException unableToGetConstructorOnDeserialization(Object param1, Object param2, @Cause Throwable cause)
@Message(id=611, value="Unable to deserialize method. Declaring class {0}, index {1}", format=MESSAGE_FORMAT) WeldException unableToGetMethodOnDeserialization(Object param1, Object param2, @Cause Throwable cause)
@Message(id=612, value="Unable to deserialize field. Declaring class {0}, field name {1}", format=MESSAGE_FORMAT) WeldException unableToGetFieldOnDeserialization(Object param1, Object param2, @Cause Throwable cause)
@Deprecated @Message(id=613, value="Unable to deserialize parameter. Declaring class {0}, parameter {2} of method with signature {1}", format=MESSAGE_FORMAT) String unableToGetParameterOnDeserialization(Object param1, Object param2, Object param3)
@Message(id=614, value="Incorrect number of AnnotatedParameters {0} on AnnotatedMethod {1}. AnnotatedMethod has {2} as parameters but should have {3} as parameters", format=MESSAGE_FORMAT) DefinitionException incorrectNumberOfAnnotatedParametersMethod(Object param1, Object param2, Object param3, Object param4)
@Deprecated @Message(id=615, value="Incorrect number of AnnotatedParameters {0} on AnnotatedConstructor {1}. AnnotatedConstructor has {2} as parameters but should have {3} as parameters", format=MESSAGE_FORMAT) String incorrectNumberOfAnnotatedParametersConstructor(Object param1, Object param2, Object param3, Object param4)
@Message(id=616, value="Instantiation through ReflectionFactory of {0} failed", format=MESSAGE_FORMAT) WeldException reflectionfactoryInstantiationFailed(Object param1, @Cause Throwable cause)
@Message(id=617, value="Instantiation through Unsafe of {0} failed", format=MESSAGE_FORMAT) WeldException unsafeInstantiationFailed(Object param1, @Cause Throwable cause)
@Deprecated @Message(id=618, value="Could not set MethodHandler on {0}", format=MESSAGE_FORMAT) String methodhandlerSetFailed(Object param1)
@Message(id=619, value="An interceptor for lifecycle callbacks {0} declares and interceptor binding {1} with METHOD as its @Target.", format=MESSAGE_FORMAT) DefinitionException methodElementTypeNotAllowed(Object param1, Object param2)
@LogMessage(level=DEBUG) @Message(id=620, value="{0} is not declared @Target(METHOD, FIELD, PARAMETER, TYPE). Weld will use this annotation, however this may make the application unportable.", format=MESSAGE_FORMAT) void missingTargetMethodFieldParameterType(Object param1)
@LogMessage(level=WARN) @Message(id=621, value="Interceptor binding {0} with @Target defined as {1} should not be applied on interceptor binding {2} with @Target definition: {3}", format=MESSAGE_FORMAT) void invalidInterceptorBindingTargetDeclaration(Object param1, Object param2, Object param3, Object param4)
@Message(id=622, value="IllegalArgumentException invoking {2} on {1} ({0}) with parameters {3}", format=MESSAGE_FORMAT) WeldException illegalArgumentExceptionOnReflectionInvocation(Class<?> clazz, Object instance, Method method, String parameters, @Cause IllegalArgumentException cause)
@Message(id=623, value="Unknown type {0}.", format=MESSAGE_FORMAT) IllegalArgumentException unknownType(Type type)
@Message(id=624, value="Invalid type argument combination: {0}; {1}.", format=MESSAGE_FORMAT) IllegalArgumentException invalidTypeArgumentCombination(Type type1, Type type2)
Copyright © 2016. All rights reserved.