public static class GetProcessApplicationNameFromAnnotation.AnnotatedBean extends Object
Constructor and Description |
---|
AnnotatedBean(String name,
EnableProcessApplication annotation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
EnableProcessApplication |
getAnnotation() |
String |
getName() |
int |
hashCode() |
static GetProcessApplicationNameFromAnnotation.AnnotatedBean |
of(String name,
EnableProcessApplication annotation) |
static GetProcessApplicationNameFromAnnotation.AnnotatedBean |
of(String name,
Object instance) |
static GetProcessApplicationNameFromAnnotation.AnnotatedBean |
ofEntry(Map.Entry<String,Object> entry) |
String |
toString() |
public AnnotatedBean(String name, EnableProcessApplication annotation)
public static GetProcessApplicationNameFromAnnotation.AnnotatedBean of(String name, EnableProcessApplication annotation)
public static GetProcessApplicationNameFromAnnotation.AnnotatedBean of(String name, Object instance)
public static GetProcessApplicationNameFromAnnotation.AnnotatedBean ofEntry(Map.Entry<String,Object> entry)
public String getName()
public EnableProcessApplication getAnnotation()
Copyright © 2022. All rights reserved.