public static enum RecordComponentRegistry.Compiled.NoOp extends Enum<RecordComponentRegistry.Compiled.NoOp> implements RecordComponentRegistry.Compiled
RecordComponentRegistry.Compiled.NoOp
TypeWriter.RecordComponentPool.Disabled, TypeWriter.RecordComponentPool.Record
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
TypeWriter.RecordComponentPool.Record |
target(RecordComponentDescription recordComponentDescription)
Looks up a handler entry for a given record component.
|
static RecordComponentRegistry.Compiled.NoOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordComponentRegistry.Compiled.NoOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecordComponentRegistry.Compiled.NoOp INSTANCE
public static RecordComponentRegistry.Compiled.NoOp[] values()
for (RecordComponentRegistry.Compiled.NoOp c : RecordComponentRegistry.Compiled.NoOp.values()) System.out.println(c);
public static RecordComponentRegistry.Compiled.NoOp valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic TypeWriter.RecordComponentPool.Record target(RecordComponentDescription recordComponentDescription)
target
in interface TypeWriter.RecordComponentPool
recordComponentDescription
- The record component being processed.Copyright © 2014–2025. All rights reserved.