Skip to content

Prevent Mr Bean from materializing types under java.* package #132

@cowtowncoder

Description

@cowtowncoder

(note: offshoot of FasterXML/jackson-modules-java8#215)

Looks like Mr Bean's AbstractTypeMaterializer method _suitableType() has a list of about dozen classes NOT to generate implementation for -- all under java.lang, java.util or java.io.
But it seems better to simply block everything under java.*, at this point; if further configurability needed we can add pluggable handler or something. For now, users can sub-class AbstractTypeMaterializer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions