public final class HandlerInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HandlerInfo.InvalidHandlerException |
Modifier and Type | Field and Description |
---|---|
Class<?> |
clazz |
String |
methodName |
Constructor and Description |
---|
HandlerInfo(Class<?> clazz,
String methodName) |
Modifier and Type | Method and Description |
---|---|
static String |
className(String handler) |
static HandlerInfo |
fromString(String handler,
ClassLoader cl) |
public static HandlerInfo fromString(String handler, ClassLoader cl) throws ClassNotFoundException, NoClassDefFoundError, HandlerInfo.InvalidHandlerException
Copyright © 2022. All rights reserved.