Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support for Java types in custom configurations #211

Closed
simerplaha opened this issue Mar 1, 2020 · 0 comments
Closed

Better support for Java types in custom configurations #211

simerplaha opened this issue Mar 1, 2020 · 0 comments
Labels
java For Java API

Comments

@simerplaha
Copy link
Owner

simerplaha commented Mar 1, 2020

Custom configurations like in ConfigWizard should support Java.

For example creating a persistent.Map in Java does not have Java friendly sortedKeyIndex API.

Map<Integer, Integer, Void> map =
  MapConfig
    .withoutFunctions(intSerializer(), intSerializer())
    .setSortedKeyIndex(??? // this stuff here needs to be Java friendly)
    .init();
@simerplaha simerplaha added the java For Java API label Mar 1, 2020
@simerplaha simerplaha changed the title Java types for custom configurations Better support Java types for custom configurations Mar 1, 2020
@simerplaha simerplaha changed the title Better support Java types for custom configurations Better support for Java types for custom configurations Mar 1, 2020
@simerplaha simerplaha changed the title Better support for Java types for custom configurations Better support for Java types in custom configurations Mar 1, 2020
simerplaha added a commit that referenced this issue Mar 1, 2020
simerplaha added a commit that referenced this issue Mar 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java For Java API
Projects
None yet
Development

No branches or pull requests

1 participant