public final class HandlerConstructor extends Object implements Parameterized, ResourceModelComponent
Modifier and Type | Method and Description |
---|---|
void |
accept(ResourceModelVisitor visitor)
A component should call the visitor back with an appropriate
visitor interface method to give it a chance to process.
|
List<ResourceModelComponent> |
getComponents()
Should return all existing resource model sub-components.
|
Constructor<?> |
getConstructor()
Get the underlying java constructor.
|
List<Parameter> |
getParameters()
Provides access to all parameters associated with given Parameterized instance.
|
boolean |
requiresEntity()
Provides information on presence of an entity parameter.
|
public Constructor<?> getConstructor()
public List<Parameter> getParameters()
Parameterized
getParameters
in interface Parameterized
public boolean requiresEntity()
Parameterized
requiresEntity
in interface Parameterized
public void accept(ResourceModelVisitor visitor)
ResourceModelComponent
accept
in interface ResourceModelComponent
visitor
- resource model visitor.public List<ResourceModelComponent> getComponents()
ResourceModelComponent
getComponents
in interface ResourceModelComponent
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.