@Deprecated public class StructCustomizer extends Object
Struct.customizer()
.getInstance(java.lang.Class)
.Constructor and Description |
---|
StructCustomizer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
afterBuild(StructDescription desc)
Deprecated.
Called after everything is setup in the StructIO.
|
void |
afterLayout(StructDescription desc,
List<StructFieldDescription> aggregatedFields)
Deprecated.
This method can alter the aggregated fields and may even call again the
performLayout(aggregatedFields) method.
|
void |
beforeAggregation(StructDescription desc,
List<org.bridj.StructFieldDeclaration> fieldDecls)
Deprecated.
Last chance to remove field declarations
|
void |
beforeLayout(StructDescription desc,
List<StructFieldDescription> aggregatedFields)
Deprecated.
Last chance to remove aggregated fields
|
public StructCustomizer()
public void beforeAggregation(StructDescription desc, List<org.bridj.StructFieldDeclaration> fieldDecls)
public void beforeLayout(StructDescription desc, List<StructFieldDescription> aggregatedFields)
public void afterLayout(StructDescription desc, List<StructFieldDescription> aggregatedFields)
public void afterBuild(StructDescription desc)
Copyright © 2009-2020. All Rights Reserved.